home *** CD-ROM | disk | FTP | other *** search
- object frmFontFallbacks: TfrmFontFallbacks
- Left = 262
- Top = 184
- HelpContext = 1130
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Font fallbacks'
- ClientHeight = 200
- ClientWidth = 541
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 541
- 200)
- PixelsPerInch = 96
- TextHeight = 13
- object Beveles6: TBevelesU
- Left = 280
- Top = 24
- Width = 257
- Height = 89
- Shape = bsFrame
- Caption = 'Selected font'
- BorderWidth = 0
- end
- object Label1: TTntLabel
- Left = 8
- Top = 8
- Width = 99
- Height = 13
- Caption = '&Active font fallbacks:'
- FocusControl = FFList
- end
- object Label3: TTntLabel
- Left = 288
- Top = 48
- Width = 31
- Height = 13
- Caption = 'Na&me:'
- end
- object Label4: TTntLabel
- Left = 288
- Top = 80
- Width = 73
- Height = 13
- Caption = '&Size correction:'
- end
- object Label2: TTntLabel
- Left = 288
- Top = 128
- Width = 241
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = 'Duplicates will be removed automatically.'
- WordWrap = True
- end
- object FFList: TTntListBox
- Left = 8
- Top = 24
- Width = 265
- Height = 137
- ItemHeight = 13
- TabOrder = 0
- OnClick = FFListClick
- end
- object Button1: TMMTNTBItBtn
- Left = 451
- Top = 170
- Width = 83
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Close'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- end
- object NewBtn: TMMTNTBItBtn
- Left = 8
- Top = 168
- Width = 75
- Height = 25
- Caption = ' &New '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = NewBtnClick
- end
- object DeleteBtn: TMMTNTBItBtn
- Left = 88
- Top = 168
- Width = 75
- Height = 25
- Caption = '&Delete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = DeleteBtnClick
- end
- object UpBtn: TMMTNTBItBtn
- Left = 172
- Top = 168
- Width = 49
- Height = 25
- Caption = '&Up'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = UpBtnClick
- end
- object DownBtn: TMMTNTBItBtn
- Left = 224
- Top = 168
- Width = 49
- Height = 25
- Caption = 'D&own'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = DownBtnClick
- end
- object FontCB: TTntComboBox
- Left = 376
- Top = 44
- Width = 153
- Height = 21
- AutoComplete = False
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 6
- OnChange = FontCBChange
- end
- object FontSizeCB: TTntComboBox
- Left = 376
- Top = 76
- Width = 73
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 7
- OnChange = FontCBChange
- Items.WideStrings = (
- '-12'
- '-11'
- '-10'
- '-9'
- '-8'
- '-7'
- '-6'
- '-5'
- '-4'
- '-3'
- '-2'
- '-1'
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- '11'
- '12')
- end
- end
-